modifies rest settings of multiple projects
The request body is of type object.
Overview
![](template/packages/core-webservice/images/jsonschema.png) |
![](template/packages/core-webservice/images/jsonschemacomplexarrayproperty.png) |
![](template/packages/core-webservice/images/jsonschemaproperty.png) |
ProjectID : string
The Id or name of the project.
|
![](template/packages/core-webservice/images/jsonschemaproperty.png) |
RestEnable : boolean
set it true to enable configuring project using rest apis or else set it to false to disable.
|
![](template/packages/core-webservice/images/jsonschemaproperty.png) |
ProjectPath : string
full absolute path to project specified in ProjectID
| | |
The response body is of type ItemsPostResponse.
The collection of results from the object create/update operation
Overview
![](template/packages/core-webservice/images/jsonschema.png) |
ItemsPostResponse
The results of the create/update/delete operations.
![](template/packages/core-webservice/images/jsonschemaproperty.png) |
NumSuccesses : number
The number of items that were successfully written.
|
![](template/packages/core-webservice/images/jsonschemaproperty.png) |
NumFailures : number
The number of items that failed to be written.
|
![](template/packages/core-webservice/images/jsonschemaproperty.png) |
WarningsMask : integer
a bitmask of warning conditions (e.g., WarningLicensePointCount)
|
![](template/packages/core-webservice/images/jsonschemacomplexarrayproperty.png) |
ItemResults : Array[ItemResult]
The results for each item in the request array.
![](template/packages/core-webservice/images/jsonschemaproperty.png) |
Success : boolean
high level result (success true, failure false)
|
![](template/packages/core-webservice/images/jsonschemaproperty.png) |
StatusDetails : integer
a value giving more details about the status (e.g., SuccessNew, SuccessModified, FailureDupInRequest, FailureDupInObject, and then a bunch of FailureXyzzy, ...)
|
![](template/packages/core-webservice/images/jsonschemaproperty.png) |
WarningsMask : integer
a bitmask of warning conditions (e.g., IE_SNF_NO_GLB_TRIG_MSG)
|
![](template/packages/core-webservice/images/jsonschemaproperty.png) |
Message : string
(localized?) message about the result, probably empty for successes
| | |